home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 1.iso / pc / data / game1.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1998-05-14  |  152 b   |  11 lines

  1. on exitFrame
  2.   global sful
  3.   set sful to sful - 1
  4.   if sful = 0 then
  5.     go("SEN")
  6.     exit
  7.   end if
  8.   set str to "S" & string(random(3))
  9.   go(str)
  10. end
  11.